| Point Constructor (Single, Single) |
parametered constructor
X axis value
Y axis value
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic Point(
float x,
float y
)
Public Sub New (
x As Single,
y As Single
)
public:
Point(
float x,
float y
)
TangibleFramework.Point = function(x, y);
Parameters
- x
- Type: SystemSingle
- y
- Type: SystemSingle
See Also